home *** CD-ROM | disk | FTP | other *** search
- if("0" < getProperty("../channelObj/frame", _alpha))
- {
- setProperty("../channelObj/oFrame", _visible, "1");
- setProperty("../channelObj/frame", _alpha, getProperty("../channelObj/frame", _alpha) - "10");
- setProperty("../channelObj/oFrame", _alpha, getProperty("../channelObj/oFrame", _alpha) + "10");
- play();
- }
- else
- {
- setProperty("../channelObj/oFrame", _alpha, "100");
- gotoAndStop(6);
- }
-